powered by
[[ interface for disk.frame using fst backend
# S3 method for disk.frame [[( df, ..., keep = NULL, rbind = TRUE, use.names = TRUE, fill = FALSE, idcol = NULL )
a disk.frame
same as data.table
the columns to srckeep
Whether to rbind the chunks. Defaults to TRUE
Same as in data.table::rbindlist
cars.df = as.disk.frame(cars) speed_limit = 50 cars.df[[speed < speed_limit ,.N, cut(dist, pretty(dist))]] # clean up delete(cars.df)
Run the code above in your browser using DataLab